TransferFocusSet
The TransferFocusSet method assigns the specified frame as the owner of each focus in the specified focus set.
void TransferFocusSet (in ODFocusSet focusSet, in ODFrame transferringFrame, in ODFrame newOwner);
focusSet
- A reference to a focus set being transferred.
transferringFrame
- A reference to a frame that is transferring ownership of the focus set.
newOwner
- A reference to a frame that is to be the new focus set owner.
DISCUSSION
This method calls the new owner'sFocusAcquired
method if the new owner is not the transferring frame. If the previous owner is not the transferring frame, OpenDoc also calls the previous owner'sFocusLost
method.SEE ALSO
TheODArbitrator::TransferFocus
method (page 56).
TheODPart::FocusAcquired
method (page 517).
TheODPart::FocusLost
method (page 518).
"Transferring Focus Without Negotiation" on page 209 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help